home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1998 / MacHack 1998.toast / The Hacks! / Talking KeyBoard / Source / event.h < prev    next >
Encoding:
Text File  |  1998-04-24  |  239 b   |  8 lines  |  [TEXT/CWIE]

  1. // Program Author: Paul Baxter pbaxter@assistivetech.com
  2. // This program may be freely distributed.
  3. //
  4. //
  5. extern void EventLoop(void);
  6. extern void HandleEvent(EventRecord* theEvent);
  7. extern Boolean GetFowardedEvent(EventRecord *theEvent);
  8.